home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / dbimprtx / _setup.1 / test.mdb / Books.json < prev    next >
Encoding:
JavaScript Object Notation  |  1998-01-03  |  2.2 KB

  1. {
  2.     "schema": {
  3.         "BookID": "Long Integer",
  4.         "Title": "Text (50)",
  5.         "Price": "Currency",
  6.         "PublisherID": "Long Integer",
  7.         "Year": "Integer",
  8.         "TimeStamp": "DateTime"
  9.     },
  10.     "data": [
  11.         {
  12.             "BookID": 1,
  13.             "Title": "The Day of the Truffles",
  14.             "Price": 15.99,
  15.             "PublisherID": 5,
  16.             "Year": 1960,
  17.             "TimeStamp": "11/10/95 11:37:15"
  18.         },
  19.         {
  20.             "BookID": 2,
  21.             "Title": "The Sheep Look Down",
  22.             "Price": 7.5,
  23.             "PublisherID": 5,
  24.             "Year": 1962,
  25.             "TimeStamp": "11/09/95 13:54:56"
  26.         },
  27.         {
  28.             "BookID": 3,
  29.             "Title": "Night of the Mango",
  30.             "Price": 10,
  31.             "PublisherID": 6,
  32.             "Year": 1964,
  33.             "TimeStamp": "11/09/95 13:54:56"
  34.         },
  35.         {
  36.             "BookID": 4,
  37.             "Title": "Making Furniture from Tires",
  38.             "Price": 20,
  39.             "PublisherID": 7,
  40.             "Year": 1970,
  41.             "TimeStamp": "11/09/95 13:54:56"
  42.         },
  43.         {
  44.             "BookID": 5,
  45.             "Title": "Best Movies of 1995",
  46.             "Price": 35,
  47.             "PublisherID": 9,
  48.             "Year": 1980,
  49.             "TimeStamp": "11/09/95 13:54:56"
  50.         },
  51.         {
  52.             "BookID": 6,
  53.             "Title": "Experiments Kids Shouldn't Perform",
  54.             "Price": 17,
  55.             "PublisherID": 8,
  56.             "Year": 1959,
  57.             "TimeStamp": "11/09/95 13:54:56"
  58.         },
  59.         {
  60.             "BookID": 7,
  61.             "Title": "Nitpicking at Numbers",
  62.             "Price": 17,
  63.             "PublisherID": 3,
  64.             "Year": 1959,
  65.             "TimeStamp": "11/09/95 13:54:56"
  66.         },
  67.         {
  68.             "BookID": 8,
  69.             "Title": "Stars You Should Know",
  70.             "Price": 26,
  71.             "PublisherID": 6,
  72.             "Year": 1946,
  73.             "TimeStamp": "11/09/95 13:54:56"
  74.         },
  75.         {
  76.             "BookID": 9,
  77.             "Title": "Basket Weaving for Klutzes",
  78.             "Price": 45,
  79.             "PublisherID": 7,
  80.             "Year": 1966,
  81.             "TimeStamp": "11/09/95 13:54:56"
  82.         },
  83.         {
  84.             "BookID": 10,
  85.             "Title": "Mr. B Has An Accident",
  86.             "Price": 150,
  87.             "PublisherID": 1,
  88.             "Year": 1975,
  89.             "TimeStamp": "11/09/95 13:54:56"
  90.         },
  91.         {
  92.             "BookID": 11,
  93.             "Title": "Draining Brains",
  94.             "Price": 39,
  95.             "PublisherID": 4,
  96.             "Year": 1989,
  97.             "TimeStamp": "11/09/95 13:54:56"
  98.         },
  99.         {
  100.             "BookID": 12,
  101.             "Title": "There I Was, Gone",
  102.             "Price": 17,
  103.             "PublisherID": 2,
  104.             "Year": 1952,
  105.             "TimeStamp": "11/09/95 13:54:56"
  106.         },
  107.         {
  108.             "BookID": 13,
  109.             "Title": "Baking Without Time",
  110.             "Price": 20,
  111.             "PublisherID": 7,
  112.             "Year": 1994,
  113.             "TimeStamp": "11/09/95 13:54:56"
  114.         },
  115.         {
  116.             "BookID": 14,
  117.             "Title": "Dick, Jane and Sally Call  It Quits",
  118.             "Price": 15,
  119.             "PublisherID": 8,
  120.             "Year": 1995,
  121.             "TimeStamp": "11/09/95 15:55:46"
  122.         },
  123.         {
  124.             "BookID": 15,
  125.             "Title": "Tripping the Light Fantastic",
  126.             "Price": 6.99,
  127.             "PublisherID": 1,
  128.             "Year": 1990,
  129.             "TimeStamp": "11/09/95 15:58:13"
  130.         },
  131.         {
  132.             "BookID": 16,
  133.             "Title": "Jocks Who Play Jacks",
  134.             "Price": 114.99,
  135.             "PublisherID": 5,
  136.             "Year": 1990,
  137.             "TimeStamp": "11/09/95 15:59:16"
  138.         },
  139.         {
  140.             "BookID": 17,
  141.             "Title": "External Excerpts of DBI",
  142.             "Price": 1,
  143.             "PublisherID": 10,
  144.             "Year": 1996,
  145.             "TimeStamp": "02/05/96 11:46:20"
  146.         },
  147.         {
  148.             "BookID": 18,
  149.             "Title": "Embedded Excerpts of DBI",
  150.             "Price": 2,
  151.             "PublisherID": 10,
  152.             "Year": 1996,
  153.             "TimeStamp": "02/05/96 11:48:20"
  154.         }
  155.     ]
  156. }